Remove incorrect rename-to annotations
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 3 Mar 2020 13:13:26 +0000 (13:13 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 3 Mar 2020 13:13:26 +0000 (13:13 +0000)
The `rename-to` annotation is used to "shadow" a symbol with another
one, which means both symbols need to exist. It can't be used to rename
a symbol to something else.

gtk/gtkwidget.c

index 0a28d8385de0bb0d6051c02868c545c2b7718dce..fe3277fd3ea2f7bf162a8b4ecc2e30558bb591ab 100644 (file)
@@ -10952,7 +10952,7 @@ _gtk_widget_remove_attached_window (GtkWidget    *widget,
 }
 
 /**
- * gtk_widget_class_set_css_name: (rename-to gtk_widget_class_set_class_css_name)
+ * gtk_widget_class_set_css_name:
  * @widget_class: class to set the name on
  * @name: name to use
  *
@@ -10982,7 +10982,7 @@ gtk_widget_class_get_visible_by_default (GtkWidgetClass *widget_class)
 }
 
 /**
- * gtk_widget_class_get_css_name: (rename-to gtk_widget_class_get_class_css_name)
+ * gtk_widget_class_get_css_name:
  * @widget_class: class to set the name on
  *
  * Gets the name used by this class for matching in CSS code. See